Remove, had been left here by mistake.
authorTor Lillqvist <tml@iki.fi>
Sat, 9 Oct 2004 20:57:29 +0000 (20:57 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 9 Oct 2004 20:57:29 +0000 (20:57 +0000)
2004-10-09  Tor Lillqvist  <tml@iki.fi>

* makefile.mingw: Remove, had been left here by mistake.

po-properties/ChangeLog
po-properties/makefile.mingw [deleted file]
po/ChangeLog
po/makefile.mingw [deleted file]

index 36926952ed8ce726eed85308a4f12849a791aece..e19cad81a0cd0f9f2226b1a2550e35641ab6ce63 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-09  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.mingw: Remove, had been left here by mistake.
+
 2004-10-03  David Lodge <dave@cirt.net>
                                                                                 
         * en_GB.po: Updated British English translation.
diff --git a/po-properties/makefile.mingw b/po-properties/makefile.mingw
deleted file mode 100644 (file)
index e40ad35..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-## Makefile for compiling message catalogs on Win32 with cygwin
-##
-## Use: make -f makefile.mingw install
-##
-## To convert the clear-text message catalogs to binary form (.gmo)
-## files you will need msgfmt, from GNU gettext.
-
-# This file is possibly included from other po directories, too.  They
-# should define their own PACKAGE and possibly INSTALLSUBDIR and
-# LOCALEDIR macros
-
-ifndef PACKAGE
-PACKAGE = gtk20
-endif
-
-ifndef LOCALEDIR
-# This is what I use as installation target, from where the installer-builder
-# will pick it up. The end-user installation location will be asked by
-# an installer.
-LOCALEDIR = /target/lib/locale
-endif
-
-LANGUAGES = $(subst .po,,$(wildcard *.po))
-
-################################################################
-
-all : $(addsuffix .gmo,$(LANGUAGES))
-
-install : all
-       mkdir -p $(addsuffix /LC_MESSAGES,$(addprefix $(LOCALEDIR)/,$(LANGUAGES)))
-       for l in $(LANGUAGES); do cp $$l.gmo $(LOCALEDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; done
-
-.SUFFIXES: .po .gmo
-
-.po.gmo:
-       msgfmt -o $@ $<
-
-clean:
-       -rm *.gmo
index 8df3e2a2320a4d32775640391e834b18e214d2a5..554db08ab959c815f56c6181842bff5d1b25f127 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-09  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.mingw: Remove, had been left here by mistake.
+
 2004-10-09  Vincent van Adrighem  <adrighem@gnome.org>
 
        * nl.po: Translation updated by Tino Meinen.
diff --git a/po/makefile.mingw b/po/makefile.mingw
deleted file mode 100644 (file)
index e40ad35..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-## Makefile for compiling message catalogs on Win32 with cygwin
-##
-## Use: make -f makefile.mingw install
-##
-## To convert the clear-text message catalogs to binary form (.gmo)
-## files you will need msgfmt, from GNU gettext.
-
-# This file is possibly included from other po directories, too.  They
-# should define their own PACKAGE and possibly INSTALLSUBDIR and
-# LOCALEDIR macros
-
-ifndef PACKAGE
-PACKAGE = gtk20
-endif
-
-ifndef LOCALEDIR
-# This is what I use as installation target, from where the installer-builder
-# will pick it up. The end-user installation location will be asked by
-# an installer.
-LOCALEDIR = /target/lib/locale
-endif
-
-LANGUAGES = $(subst .po,,$(wildcard *.po))
-
-################################################################
-
-all : $(addsuffix .gmo,$(LANGUAGES))
-
-install : all
-       mkdir -p $(addsuffix /LC_MESSAGES,$(addprefix $(LOCALEDIR)/,$(LANGUAGES)))
-       for l in $(LANGUAGES); do cp $$l.gmo $(LOCALEDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; done
-
-.SUFFIXES: .po .gmo
-
-.po.gmo:
-       msgfmt -o $@ $<
-
-clean:
-       -rm *.gmo